(C) 1996 AROS - The Amiga Replacement OS
"Wed Jun 30 21:49:08 1993\n"
The return value points to a statically allocated string which might be overwritten by subsequent calls to any of the date and time functions.
time_t tt; char * str; // Get time time (&tt); // Convert to string str = ctime (&tt);